-x arc: Mention output is reordered! (#1082)
author積丹尼 Dan Jacobson <jidanni@jidanni.org>
Tue, 25 Apr 2023 02:00:53 +0000 (10:00 +0800)
committerGitHub <noreply@github.com>
Tue, 25 Apr 2023 02:00:53 +0000 (19:00 -0700)
The output isn't simply filtered, but also reordered!

xmldoc/filters/arc.xml

index 7f3978b4887640b5d54b92971b7ddf3158435755..0bfd5d85346656d75831f03e73467afc40c0113c 100644 (file)
@@ -36,7 +36,9 @@ itself or after the coordinates of the starting point of the new arc segment.
 Assuming the arc above is in a file called
 <filename>lima_rd.txt</filename>, the following command line
 would include only points within one mile of the section of Lima Road
-covered by the arc.
+covered by the arc. The output is reordered by distance to the arc,
+closest points first.
+
 </para>
 <para><userinput>gpsbabel -i geo -f 1.loc -x arc,file=lima_rd.txt,distance=1 -o mapsend -F 2.wpt</userinput></para>
 </example>